summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:46:42 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:46:42 +0000
commit463b4c02aadb5b71eb8bb50f18c84481a619ac9e (patch)
tree2ed92c298548b140bb8ef5e5b45bfe50696fe043 /sw/source/ui/chrdlg
parent9a14e52ddb60c321e7c7c1407811835a81aa6e9f (diff)
INTEGRATION: CWS tune03 (1.6.580); FILE MERGED
2004/07/19 19:11:01 mhu 1.6.580.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/numpara.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx
index 3f759d2667cf..c6b55f54b57e 100644
--- a/sw/source/ui/chrdlg/numpara.cxx
+++ b/sw/source/ui/chrdlg/numpara.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numpara.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 15:16:09 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:46:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,10 @@
*
************************************************************************/
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
>Tomaž Vajngerl 2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin 2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl 2019-01-29loplugin:flatten in svgioNoel Grandin