summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-27 14:02:59 +0200
committerNoel Grandin <noel@peralex.com>2014-03-27 14:02:59 +0200
commitc5058e6b8edd092670ab5e16035ffce8f0dbcc24 (patch)
treeca2ad6eca1f9a438e4ed3316a69f3a942ad234dd /sfx2
parentfa1cebc00281b1e051c0f4b0494d02b5af7d1851 (diff)
fix extern declaration
which I missed when I did commit ffca95023020a24eaff4ece1d4c7bedd469bfb78 "sfx2/childwin.hxx: sal_Bool->bool" Change-Id: I75fe4a924cc477194453fac5386d23f23d3a1728
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dockwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx
index 54a7fdb01dcc..2c9783826fbc 100644
--- a/sfx2/source/dialog/dockwin.cxx
+++ b/sfx2/source/dialog/dockwin.cxx
@@ -54,8 +54,8 @@
using namespace ::com::sun::star;
// implemented in 'sfx2/source/appl/childwin.cxx'
-extern sal_Bool GetPosSizeFromString( const OUString& rStr, Point& rPos, Size& rSize );
-extern sal_Bool GetSplitSizeFromString( const OUString& rStr, Size& rSize );
+extern bool GetPosSizeFromString( const OUString& rStr, Point& rPos, Size& rSize );
+extern bool GetSplitSizeFromString( const OUString& rStr, Size& rSize );
// If you want to change the number you also have to:
// - Add new slot ids to sfxsids.hrc