Kaydet (Commit) e0bafa78 authored tarafından Varun Dhall's avatar Varun Dhall Kaydeden (comit) Michael Stahl

Added Test to check TableAutoFormat Style after Save/Load

Change-Id: I466d5c5536d4c4310356f38569f7a91e0f36ba1d
Reviewed-on: https://gerrit.libreoffice.org/40104Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 8b321625
...@@ -111,6 +111,7 @@ class SwBoxAutoFormat ...@@ -111,6 +111,7 @@ class SwBoxAutoFormat
LanguageType m_eSysLanguage, m_eNumFormatLanguage; LanguageType m_eSysLanguage, m_eNumFormatLanguage;
css::uno::WeakReference<css::uno::XInterface> m_wXObject; css::uno::WeakReference<css::uno::XInterface> m_wXObject;
friend class SwDocTest;
public: public:
SwBoxAutoFormat(); SwBoxAutoFormat();
...@@ -236,6 +237,7 @@ properties are stored per-table, and are lossless. ...@@ -236,6 +237,7 @@ properties are stored per-table, and are lossless.
*/ */
class SW_DLLPUBLIC SwTableAutoFormat class SW_DLLPUBLIC SwTableAutoFormat
{ {
friend class SwDocTest;
friend void FinitCore(); // To destroy default pointer. friend void FinitCore(); // To destroy default pointer.
static SwBoxAutoFormat* pDfltBoxAutoFormat; static SwBoxAutoFormat* pDfltBoxAutoFormat;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment