summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-25 13:51:12 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:41 +0200
commitec79a0ca3efe2ea5f5f213bc7751f0dcd6c9d712 (patch)
treea41109dcd39ef1874b2493799e627f2bc075467f /include
parent9a5997374f9b87f187e30b6a302c19c09eae8557 (diff)
convert remnants of String to OUString to OOX module
Change-Id: I55a620063a1021830802c5bc41b425fd134b449f
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/drawingml.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx
index fa13a49ea090..b644aa3cd002 100644
--- a/include/oox/export/drawingml.hxx
+++ b/include/oox/export/drawingml.hxx
@@ -32,7 +32,6 @@
#endif
class Graphic;
-class String;
namespace com { namespace sun { namespace star {
namespace beans {
@@ -79,7 +78,7 @@ protected:
bool GetProperty( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, OUString aName );
bool GetPropertyAndState( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet,
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState > rXPropState,
- String aName, ::com::sun::star::beans::PropertyState& eState );
+ OUString aName, ::com::sun::star::beans::PropertyState& eState );
const char* GetFieldType( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > rRun, sal_Bool& bIsField );
OUString WriteImage( const OUString& rURL );