Kaydet (Commit) 8f77b018 authored tarafından Matteo Casalin's avatar Matteo Casalin

Avoid magic number for array size

Change-Id: I79267391286855859d2a7d6ccff1500dc096a023
üst a0e0d5f9
...@@ -44,7 +44,7 @@ class SwEnvPrtPage : public SfxTabPage ...@@ -44,7 +44,7 @@ class SwEnvPrtPage : public SfxTabPage
FixedText* m_pPrinterInfo; FixedText* m_pPrinterInfo;
PushButton* m_pPrtSetup; PushButton* m_pPrtSetup;
sal_uInt16 m_aIds[6]; sal_uInt16 m_aIds[ENV_VER_RGHT-ENV_HOR_LEFT+1];
Printer* pPrt; Printer* pPrt;
......
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