summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/inc/svx/svdetc.hxx1
-rw-r--r--sw/inc/swtable.hxx2
-rw-r--r--vcl/inc/accel.h9
-rw-r--r--vcl/inc/svdata.hxx2
-rw-r--r--vcl/inc/win/saldata.hxx18
5 files changed, 2 insertions, 30 deletions
diff --git a/svx/inc/svx/svdetc.hxx b/svx/inc/svx/svdetc.hxx
index a7957e4acfc4..22a91d3e55c1 100644
--- a/svx/inc/svx/svdetc.hxx
+++ b/svx/inc/svx/svdetc.hxx
@@ -191,7 +191,6 @@ public:
bool HasLink(const Link& rLink) const { return FindEntry(rLink)!=0xFFFF; }
};
-// Fuer die Factory in SvdObj.CXX
SdrLinkList& ImpGetUserMakeObjHdl();
SdrLinkList& ImpGetUserMakeObjUserDataHdl();
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index fe018f6f841a..b33f75417d39 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -274,7 +274,7 @@ public:
// Copy selected boxes to another document.
bool MakeCopy( SwDoc*, const SwPosition&, const SwSelBoxes&,
bool bCpyNds = true, bool bCpyName = false ) const;
- // Copy table in this (implemented in TBLRWCL.CXX).
+ // Copy table in this
sal_Bool InsTable( const SwTable& rCpyTbl, const SwNodeIndex&,
SwUndoTblCpyTbl* pUndo = 0 );
sal_Bool InsTable( const SwTable& rCpyTbl, const SwSelBoxes&,
diff --git a/vcl/inc/accel.h b/vcl/inc/accel.h
index 0caca46d447e..29807468fac0 100644
--- a/vcl/inc/accel.h
+++ b/vcl/inc/accel.h
@@ -27,10 +27,6 @@
class Accelerator;
-// ------------------
-// - ImplAccelEntry -
-// ------------------
-
class ImplAccelEntry
{
public:
@@ -41,11 +37,6 @@ public:
sal_Bool mbEnabled;
};
-// -----------------
-// - Hilfemethoden -
-// -----------------
-
-// in KEYCOD.CXX
void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3, sal_uInt16& rCode4 );
#endif // _SV_ACCEL_H
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index fe6b7e17a932..ba3791770828 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -358,12 +358,10 @@ void ImplWindowAutoMnemonic( Window* pWindow );
void ImplUpdateSystemProcessWindow();
Window* ImplFindWindow( const SalFrame* pFrame, Point& rSalFramePos );
-// SVAPP.CXX
sal_Bool ImplCallHotKey( const KeyCode& rKeyCode );
void ImplFreeHotKeyData();
void ImplFreeEventHookData();
-// WINPROC.CXX
long ImplCallPreNotify( NotifyEvent& rEvt );
long ImplCallEvent( NotifyEvent& rEvt );
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx
index 1fef0cdd8396..d6f60e459b00 100644
--- a/vcl/inc/win/saldata.hxx
+++ b/vcl/inc/win/saldata.hxx
@@ -183,23 +183,13 @@ void ImplReleaseCachedDC( sal_uLong nID );
bool ImplAddTempFont( SalData&, const rtl::OUString& rFontFileURL );
void ImplReleaseTempFonts( SalData& );
-// --------------------------------------------
-// - SALSHL.CXX - for accessing DLL resources -
-// --------------------------------------------
-
HCURSOR ImplLoadSalCursor( int nId );
HBITMAP ImplLoadSalBitmap( int nId );
sal_Bool ImplLoadSalIcon( int nId, HICON& rIcon, HICON& rSmallIcon );
-// SALGDI.CXX
void ImplInitSalGDI();
void ImplFreeSalGDI();
-// --------------
-// - Prototypes -
-// --------------
-
-// \\WIN\SOURCE\APP\SALINST.CXX
void ImplSalYieldMutexAcquireWithWait();
sal_Bool ImplSalYieldMutexTryToAcquire();
void ImplSalYieldMutexAcquire();
@@ -207,30 +197,24 @@ void ImplSalYieldMutexRelease();
sal_uLong ImplSalReleaseYieldMutex();
void ImplSalAcquireYieldMutex( sal_uLong nCount );
-// \\WIN\SOURCE\WINDOW\SALFRAME.CXX
LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
-// \SV\WIN\SOURCE\APP\SALTIMER.CXX
+
#define SALTIMERPROC_RECURSIVE 0xffffffff
void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime );
-// \WIN\SOURCE\WINDOW\SALFRAME.CXX
void SalTestMouseLeave();
sal_Bool ImplWriteLastError( DWORD lastError, const char *szApiCall );
-// \WIN\SOURCE\WINDOW\SALFRAME.CXX
long ImplHandleSalObjKeyMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
long ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam );
sal_Bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult );
-// \WIN\SOURCE\WINDOW\SALOBJ.CXX
WinSalObject* ImplFindSalObject( HWND hWndChild );
sal_Bool ImplSalPreDispatchMsg( MSG* pMsg );
void ImplSalPostDispatchMsg( MSG* pMsg, LRESULT nDispatchResult );
-// \WIN\SOURCE\GDI\SALGDI3.CXX
void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont );
-// \WIN\SOURCE\APP\SALDATA.CXX
rtl_TextEncoding ImplSalGetSystemEncoding();
OUString ImplSalGetUniString( const sal_Char* pStr, xub_StrLen nLen = STRING_LEN );
int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 );