summaryrefslogtreecommitdiff
path: root/sw/inc/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/init.hxx')
-rw-r--r--sw/inc/init.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/init.hxx b/sw/inc/init.hxx
index 8730c9de1716..dcbbe5cffd9c 100644
--- a/sw/inc/init.hxx
+++ b/sw/inc/init.hxx
@@ -26,8 +26,8 @@
class SwViewShell;
-void _InitCore(); // bastyp/init.cxx
-void _FinitCore();
+void InitCore(); // bastyp/init.cxx
+void FinitCore();
namespace sw {
@@ -53,13 +53,13 @@ private:
}
// layout/newfrm.cxx
-void _FrameInit();
-void _FrameFinit();
+void FrameInit();
+void FrameFinit();
void SetShell( SwViewShell *pSh );
// text/txtfrm.cxx
-void _TextInit();
-void _TextFinit();
+void TextInit_();
+void TextFinit();
#endif