summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-16 13:37:07 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-16 13:37:07 +0000
commitf610edc0454a11cea684ac1ccb5f1abb9e9a0ca0 (patch)
tree6e460593dc70470e7c64d312ac28bdf4b483f1ae /xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
parent8de4d5e05239ea9d5f2af216b708eca444a7e58e (diff)
did the required change (move of extract.hxx form cppuhelper to comphelper)
Diffstat (limited to 'xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
index 4b2a03c4da..9c2b568ca7 100644
--- a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
+++ b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLBitmapLogicalSizePropertyHandler.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2000-12-12 17:16:50 $
+ * last change: $Author: sab $ $Date: 2001-03-16 14:37:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,11 +61,11 @@
#include "xmlkywd.hxx"
-#ifndef _XMLOFF_XMLUCONV_HXX
+#ifndef _XMLOFF_XMLUCONV_HXX
#include "xmluconv.hxx"
#endif
-#ifndef _RTL_USTRBUF_HXX_
+#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#endif
@@ -77,8 +77,8 @@
#include "XMLBitmapLogicalSizePropertyHandler.hxx"
#endif
-#ifndef _CPPUHELPER_EXTRACT_HXX_
-#include <cppuhelper/extract.hxx>
+#ifndef _COMPHELPER_EXTRACT_HXX_
+#include <comphelper/extract.hxx>
#endif
using namespace ::com::sun::star;
@@ -89,7 +89,7 @@ XMLBitmapLogicalSizePropertyHandler::XMLBitmapLogicalSizePropertyHandler()
{
}
-XMLBitmapLogicalSizePropertyHandler::~XMLBitmapLogicalSizePropertyHandler()
+XMLBitmapLogicalSizePropertyHandler::~XMLBitmapLogicalSizePropertyHandler()
{
}
@@ -97,16 +97,16 @@ sal_Bool XMLBitmapLogicalSizePropertyHandler::importXML(
const OUString& rStrImpValue,
Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const
-{
+{
rValue = ::cppu::bool2any( rStrImpValue.indexOf( sal_Unicode('%') ) == -1 );
return sal_True;
}
-sal_Bool XMLBitmapLogicalSizePropertyHandler::exportXML(
+sal_Bool XMLBitmapLogicalSizePropertyHandler::exportXML(
OUString& rStrExpValue,
const Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const
-{
+{
return sal_False;
}