summaryrefslogtreecommitdiff
path: root/extensions/source/inc/componentmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/inc/componentmodule.cxx')
-rw-r--r--extensions/source/inc/componentmodule.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx
index 57c29dc34b58..2b8afdbd6652 100644
--- a/extensions/source/inc/componentmodule.cxx
+++ b/extensions/source/inc/componentmodule.cxx
@@ -28,10 +28,10 @@
::osl::MutexGuard aGuard(s_aMutex); \
ensureImpl()
-//.........................................................................
+
namespace COMPMOD_NAMESPACE
{
-//.........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -39,9 +39,9 @@ namespace COMPMOD_NAMESPACE
using namespace ::comphelper;
using namespace ::cppu;
- //=========================================================================
+
//= OModuleImpl
- //=========================================================================
+
/** implementation for <type>OModule</type>. not threadsafe, has to be guarded by it's owner
*/
class OModuleImpl
@@ -93,9 +93,9 @@ namespace COMPMOD_NAMESPACE
return m_pResources;
}
- //=========================================================================
+
//= OModule
- //=========================================================================
+
::osl::Mutex OModule::s_aMutex;
sal_Int32 OModule::s_nClients = 0;
OModuleImpl* OModule::s_pImpl = NULL;
@@ -276,8 +276,8 @@ namespace COMPMOD_NAMESPACE
}
-//.........................................................................
+
} // namespace COMPMOD_NAMESPACE
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
05-18 11:03:58 +0200'>2024-05-18tdf#161154: pass "scaling is done externally" information down the stackMike Kaganski 2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-05-11WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-05-03tdf#160901: partially revert 8557ea84c9336ba8061246f1f46ddb6e02f413a1Mike Kaganski 2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski 2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski 2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski 2024-04-11Only call ID2D1RenderTarget::Get/SetTransform when neededMike Kaganski 2024-04-11Drop old Windows 95/98/ME problem workaroundMike Kaganski 2024-04-08Exclude getHScale from DirectWrite font renderingMike Kaganski 2024-03-29Simplify a bitMike Kaganski 2024-03-29Avoid bitwise assignment operators on boolMike Kaganski 2024-03-29Simplify and drop unused methodMike Kaganski 2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl 2024-02-23Fix buildMike Kaganski 2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht 2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski 2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht 2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia) 2023-12-25tdf#99116 modify menu highlight text color in high contrast mode on winYli875 2023-12-18no need to allocate these on the heapNoel Grandin 2023-12-02pass BitmapBuffer around by std::optionalNoel Grandin 2023-11-13tdf#127547 Freeze in Microsoft Print to PDF dialogNoel Grandin 2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir 2023-10-29vcl: no raw pointersThorsten Behrens