diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-05-15 04:44:14 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-05-15 04:44:14 +0000 |
commit | eddb011a4979d25be541a3d4ad86c568de52cd9f (patch) | |
tree | 548da64dc70f5ae34cec79083b33718f80b99fdf /framework/source | |
parent | d04903c18f98e3f06f69d9000acf4c5d2681a73d (diff) |
rtl string changes
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/application/framework.cxx | 6 | ||||
-rw-r--r-- | framework/source/application/login.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/application/framework.cxx b/framework/source/application/framework.cxx index fb106335a1e4..a430fab3c002 100644 --- a/framework/source/application/framework.cxx +++ b/framework/source/application/framework.cxx @@ -2,9 +2,9 @@ * * $RCSfile: framework.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mt $ $Date: 2001-03-15 11:31:03 $ + * last change: $Author: as $ $Date: 2001-05-15 05:43:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,7 +144,7 @@ #endif #ifndef _RTL_USTRING_ -#include <rtl/ustring> +#include <rtl/ustring.hxx> #endif #ifndef _RTL_USTRBUF_HXX_ diff --git a/framework/source/application/login.cxx b/framework/source/application/login.cxx index c8d99e9fa51a..816b36af1360 100644 --- a/framework/source/application/login.cxx +++ b/framework/source/application/login.cxx @@ -2,9 +2,9 @@ * * $RCSfile: login.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: as $ $Date: 2001-05-10 10:59:38 $ + * last change: $Author: as $ $Date: 2001-05-15 05:43:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,7 @@ #endif #ifndef _RTL_USTRING_ -#include <rtl/ustring> +#include <rtl/ustring.hxx> #endif #ifndef _RTL_USTRBUF_HXX_ |