summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-21 12:31:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-21 13:00:07 +0100
commit3abd7eeb94accd0bfc23399483001823edaaa3bd (patch)
tree0710384907213d839fe5b84b6ef2d820ee9169a7 /sd
parent452d7b60c48d0cb5a02e9fdb7271f87cf0ac6de2 (diff)
Move NOOFPAGES macro to .cxx where it is used
Change-Id: I0ae8bb51cef6ab5ba982ee0efd79514c11a7b3e7
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/pubdlg.cxx2
-rw-r--r--sd/source/ui/inc/pubdlg.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index c540ec4b0247..8376232d3f7c 100644
--- a/sd/source/filter/html/pubdlg.cxx
+++ b/sd/source/filter/html/pubdlg.cxx
@@ -61,6 +61,8 @@ using namespace com::sun::star::beans;
using ::rtl::OUString;
+#define NOOFPAGES 6
+
extern void InterpolateFixedBitmap( FixedBitmap * pBitmap );
//ID for the config-data with the HTML-settings
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx
index 86943a9549a5..2fb89bc64fd7 100644
--- a/sd/source/ui/inc/pubdlg.hxx
+++ b/sd/source/ui/inc/pubdlg.hxx
@@ -33,8 +33,6 @@
#include <boost/scoped_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
-#define NOOFPAGES 6
-
enum HtmlPublishMode { PUBLISH_HTML, PUBLISH_FRAMES, PUBLISH_WEBCAST, PUBLISH_KIOSK };
class FixedText;