diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-12-07 13:33:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-12-07 13:33:35 +0000 |
commit | 7104f97348ae2ff2e843ecc35a23144b8336d66c (patch) | |
tree | 62e9fe5dab9e97b57735f97921335ea3097a97f1 /sfx2/inc/sfxhelp.hxx | |
parent | 4ee3af4c2440a0b9c596ac2d4767f3201b97265f (diff) |
#58628#,#65293# __PRIVATE -> _SOLAR__PRIVATE
Diffstat (limited to 'sfx2/inc/sfxhelp.hxx')
-rw-r--r-- | sfx2/inc/sfxhelp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx index 2a61bd327dbb..1cfd0eeb6fae 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mba $ $Date: 2000-11-27 08:56:56 $ + * last change: $Author: hr $ $Date: 2000-12-07 14:33:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ #include <tools/string.hxx> -#if __PRIVATE +#if _SOLAR__PRIVATE class SfxHelp_Impl : public Help { String aTicket; // for Plugins |