summaryrefslogtreecommitdiff
path: root/framework/source/services/uriabbreviation.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-26 06:50:37 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-26 06:50:37 +0000
commit078e49ed35819350865f7b7bdcf28ce987700b89 (patch)
tree0230a67d3a10e5dbadcdb71443e7772901c727c3 /framework/source/services/uriabbreviation.cxx
parenteda225513d2b4e202b7fe2896ab307b118d77e5c (diff)
#i10000# precompiled header missing
Diffstat (limited to 'framework/source/services/uriabbreviation.cxx')
-rw-r--r--framework/source/services/uriabbreviation.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/source/services/uriabbreviation.cxx b/framework/source/services/uriabbreviation.cxx
index 5737c38c1dab..fd3a0b2215fe 100644
--- a/framework/source/services/uriabbreviation.cxx
+++ b/framework/source/services/uriabbreviation.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: uriabbreviation.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2007-01-23 07:10:53 $
+ * last change: $Author: obo $ $Date: 2007-01-26 07:50:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,8 @@
* MA 02111-1307 USA
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_framework.hxx"
#include "services/uriabbreviation.hxx"
#include "services.h"
@@ -101,4 +103,4 @@ UriAbbreviation::UriAbbreviation(css::uno::Reference< css::uno::XComponentContex
return aResult;
}
-} // namespace framework
+} // namespace framework \ No newline at end of file