summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2000-11-10 07:00:04 +0000
committerPeter Burow <pb@openoffice.org>2000-11-10 07:00:04 +0000
commit5b5149e9567bc68da0e22c67188a1603dba7a7f5 (patch)
treea38a9600b3dc71fd7d98851d59630fcc333ff550 /svx/inc
parentcb14c6f1697d240a66d2b63964c32c7751962eb2 (diff)
chg: convert methods added to replace the SfxIniManager
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/dlgutil.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/inc/dlgutil.hxx b/svx/inc/dlgutil.hxx
index 458ecd529b35..439b4b684f6f 100644
--- a/svx/inc/dlgutil.hxx
+++ b/svx/inc/dlgutil.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgutil.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pb $ $Date: 2000-10-23 09:29:36 $
+ * last change: $Author: pb $ $Date: 2000-11-10 07:59:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,6 +172,9 @@ long MMToPica(long nIn );
// generische Wandlung
long TransformMetric( long nVal, FieldUnit aOld, FieldUnit aNew );
+// replacement of the SfxIniManager
+String ConvertPosSizeToIniString( const Point& rPos, const Size& rSize );
+sal_Bool ConvertIniStringToPosSize( const String& rIniStr, Point& rPos, Size& rSize );
#endif