diff options
author | Peter Burow <pb@openoffice.org> | 2000-11-10 07:00:04 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2000-11-10 07:00:04 +0000 |
commit | 5b5149e9567bc68da0e22c67188a1603dba7a7f5 (patch) | |
tree | a38a9600b3dc71fd7d98851d59630fcc333ff550 /svx/inc | |
parent | cb14c6f1697d240a66d2b63964c32c7751962eb2 (diff) |
chg: convert methods added to replace the SfxIniManager
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/dlgutil.hxx | 7 |
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 |