summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/istoragelistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/accelerators/istoragelistener.hxx')
-rw-r--r--framework/source/inc/accelerators/istoragelistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/accelerators/istoragelistener.hxx b/framework/source/inc/accelerators/istoragelistener.hxx
index e37672497bc5..a6355067185f 100644
--- a/framework/source/inc/accelerators/istoragelistener.hxx
+++ b/framework/source/inc/accelerators/istoragelistener.hxx
@@ -40,7 +40,7 @@ class IStorageListener
//--------------------------------------
/** @short TODO */
- virtual void changesOccurred(const ::rtl::OUString& sPath) = 0;
+ virtual void changesOccurred(const OUString& sPath) = 0;
protected:
~IStorageListener() {}