diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:54:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:47 +0200 |
commit | 17dc7f1153b20a2b7b757c78237ade22e0e9fad3 (patch) | |
tree | f71d462a5ea70012953049cbb91ada7375c4404f /include/xmloff | |
parent | ca18092a78b04ceccfae259cd89f1b361914760e (diff) |
remove spurious com::sun::star::util prefix
Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index 0e5060d72517..62a68be990c3 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -404,7 +404,7 @@ public: return mxExtHandler; } - // Get original ::com::sun::star::util::URL. + // Get original URL. const OUString& GetOrigFileName() const { return msOrigFileName; } // Get (const) namespace map. |